home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / ins_msb / 9004 / mouse.bi < prev   
Text File  |  1990-04-01  |  501b  |  18 lines

  1. 'Rem Mouse include file
  2. DEFINT A-Z
  3.  
  4. DECLARE FUNCTION GetButtonUpStatus%_
  5.    (Button%, MPosX%, MPosY%)
  6. DECLARE FUNCTION GetMouseStatus% (MPosX%, MPosY%)
  7. DECLARE FUNCTION MouseReset% ()
  8. DECLARE FUNCTION ThereIsAMouse% ()
  9. DECLARE SUB ClearButton (Button%)
  10. DECLARE SUB MouseHandler (ax%, bx%, cx%, dx%)
  11. DECLARE SUB MouseOff ()
  12. DECLARE SUB MouseOn ()
  13. DECLARE SUB SetMouseSoftCursor_
  14.    (MouseChar%, MouseFGColor%, MouseBGColor%)
  15.  
  16. COMMON SHARED True, False
  17. COMMON SHARED OutRegs AS RegType
  18.